projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f8ac7f
)
(term-regexp-arg): No need to bind
author
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Oct 1997 03:03:50 +0000
(
03:03
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Oct 1997 03:03:50 +0000
(
03:03
+0000)
minibuffer-history-sexp-flag any more.
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index 5ca95e3e511098a63faf52c4e91eb971f121182b..e3aefb83b9a8fd46796b584b04621708a50f110f 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-1590,8
+1590,7
@@
See also `term-read-input-ring'."
(defun term-regexp-arg (prompt)
;; Return list of regexp and prefix arg using PROMPT.
- (let* ((minibuffer-history-sexp-flag nil)
- ;; Don't clobber this.
+ (let* (;; Don't clobber this.
(last-command last-command)
(regexp (read-from-minibuffer prompt nil nil nil
'minibuffer-history-search-history)))